home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / voicea_2 / no8.ht_ / no8.ht
Encoding:
Text File  |  1999-05-20  |  1.3 KB  |  46 lines

  1. <html>
  2.  
  3. <head>
  4. <title>Untitled</title>
  5. <meta NAME="GENERATOR" CONTENT="Microsoft FrontPage 3.0">
  6. </head>
  7.  
  8. <body>
  9.  
  10. <p><font face="Verdana"><a HREF="SyntaxLinker.htm">BACK TO LIST</a> </font></p>
  11.  
  12. <p><font face="Verdana"><u>Syntax:</u> </font></p>
  13.  
  14. <p><font face="Verdana"><i>YourVariable </i>= VA1.Current_Vyanjana_no_Processed<br>
  15. </font></p>
  16.  
  17. <p><font face="Verdana"><u>Details :</u> </font></p>
  18.  
  19. <p><font face="Verdana">This specifies the current no. that is getting processed out of
  20. the no. of processings that it is going to perform on the current uttered word.<br>
  21. </font></p>
  22.  
  23. <p><font face="Verdana">This depends on the Sample Processing Resolution that you have
  24. kept. That is, if you keep a resolution of 4000 then a 8000 bytelength word will have no
  25. of procesings : 8000/4000 = 2. And you will get the current vyanjana processed as 1 and
  26. then 2 to finish the operation.<br>
  27. </font></p>
  28.  
  29. <p><font face="Verdana"><u>Example :<br>
  30. </u></font></p>
  31.  
  32. <p><font face="Verdana">Private Sub Timer1()<br>
  33. </font></p>
  34.  
  35. <p><font face="Verdana">Label1.Caption = VA1.Current_Vyanjana_no_Processed<br>
  36. </font></p>
  37.  
  38. <p><font face="Verdana">End Sub<br>
  39. </font></p>
  40.  
  41. <p><font face="Verdana">See Examples. </font></p>
  42.  
  43. <p><a HREF="SyntaxLinker.htm">BACK TO LIST</a> </p>
  44. </body>
  45. </html>
  46.